home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / kh_gdi.zip / GDIDEMO.DEF < prev    next >
Text File  |  1996-05-11  |  521b  |  20 lines

  1. ;------------------------------------------------
  2. ;   Project gdi_demo
  3. ;   
  4. ;   Copyright ⌐ 1995. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    gdi_demo.exe Module Defintion File
  7. ;   FILE:         gd_dmapp.def
  8. ;   AUTHOR:       S.Vartanov
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME gdi_demo
  13.  
  14. DESCRIPTION 'gdi_demo Application - Copyright ⌐ 1995. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.